Hi All,
I've been using Asp.net1.1 for a few years now but when I create an app in 2.0, I don't see a C:\inetpub\ directory anymore.
In the past i created a single web.config file and placed on the root of my local machine (c:\inetpub\ which allows a global database connection string amoung other values. But now since Asp.net2 does not have a static IIS server, where can I put the web.config file so that all apps can untilize it?
Also I use to call an app from another app, but again without a static webserver on my local machine, how do I perform a response.redirect to another application when there is not
Many of my apps redirect to a login page called \authenicate\login.aspx, but the calling app does not know where to locate the so a backslash does not find the root.
Please help. Basic question is, where can all the apps on my local host share a parent directory like it did when IIS was running?
I've been using Asp.net1.1 for a few years now but when I create an app in 2.0, I don't see a C:\inetpub\ directory anymore.
In the past i created a single web.config file and placed on the root of my local machine (c:\inetpub\ which allows a global database connection string amoung other values. But now since Asp.net2 does not have a static IIS server, where can I put the web.config file so that all apps can untilize it?
Also I use to call an app from another app, but again without a static webserver on my local machine, how do I perform a response.redirect to another application when there is not
Many of my apps redirect to a login page called \authenicate\login.aspx, but the calling app does not know where to locate the so a backslash does not find the root.
Please help. Basic question is, where can all the apps on my local host share a parent directory like it did when IIS was running?