09-28-04 01:27 PM
Hi! I have set up a win 2003 server with iis6 installed. I have also
installed Visual Interdev 6.0. I was hoping to be able to set up two
websites in iis and then be able to make two projects where each one
would run as a separate website.
-I have created a folder e:\wwwroot\hms
-I have then made a site which I point to e:\wwwroot\hms. Then I made it
a Frontpage web using FP Server extensions 2002.
-Then I made a new project in Visual Interdev 6.0. I used "master mode".
I chose to "Connect to an existing webapplication <root web>...", this
because I had allready made my e:\wwwroot\hms folder, where I want the
app. to reside, and my site is pointing there. This worked fine. I was
asked if I wanted to copy script library, and I said yes. Then I
imported all the files and folders I wanted into visual interdev. I can
now start the project from visual interdev, BUT there will be no
sessions. It seems like global.asa will not fire. So, I had a look in
IIS manager, and the application name is set too "/" every time I start
my project even if I try to change it. I have tried to name it something
else, but every time it is set back to "/".
Now:
1. Is it not possible to do what I am trying to do here?
2. I have made it work before, but then I made one website and then I
created a new project in Visual Interdev and made a new web application
instead of connecting to the <root web>. But the thing is that if I do
so, a new webapp. is created under my website. If I then try to do a
virtual reference, it will be different then out on our production
server (http://localhost/hms/.... instead of http://localhost/...). On
our production server, I have a website. This points too x:\wwwroot\hms.
I want to make my test environment the same as the production server.
..or should I do something on the production server to make it as my
test environment?
Thanks!
Henning :-)
*** Sent via Developersdex http://www.codecomments.com ***
Don't just participate in USENET...get rewarded for it!
[ Post a follow-up to this message ]
|