Re: Use IIS web Server Vs. Visual Studio Development Server with Port
Hello Lit,
Hi,
My web app works when it is in the "Visual Studio Development Server
with a Port Number",
But
It does not work when I use " Use IIS web Server"
What Gives? Permissions? What to look for?
I tried to create a Virtual Directory from IIS as Usual making sure I
am using .NET 2.0 etc..
And nothing works.
At one time I am getting a challenge to type a user name and password
( Windows Authen ) but that does not work either.
I am logged on as the Admin,
Thanks for any light.
Lit
Make sure the directory that contains the website has read/execute rights
for the IIS_WPG group that should allow ASP.net and the IIS Guest user to
access the things it needs.
Jesse
.
Relevant Pages
- Re: VS2008 HTTP 403 Help!!
... Highlighting the default.aspx before debug start or explicitly setting Default.aspx to the start page works. ... That's an alleged workaround which doesn't work, not a solution to the bug. ... Seems like the web app project does not default to the ONLY aspx in a project during debug run. ... That error is caused by a virtual directory not being configured as an application in IIS. ... (microsoft.public.dotnet.framework.aspnet) - Re: VS2008 HTTP 403 Help!!
... the web app project does not default to the ONLY aspx in a project ... Highlighting the default.aspx before debug start or explicitly setting ... That error is caused by a virtual directory not being configured as an ... Check in your IIS Manager, and make sure you created a virtual ... (microsoft.public.dotnet.framework.aspnet) - Re: Microsoft.Jet.OLEDB.4.0 provider is not registered on the local machine
... server on your side, I think it is possibly due to the admin scripts are ... By default, IIS 7 ... Microsoft MSDN Online Support Lead ... you can try temporarily switch the ASP.NET web app to 32 bit ... (microsoft.public.dotnet.framework.webservices) - Re: Are there good reasons to upgrade to IIS 6.0?
... We already have Windows 2000 and IIS 5.0, which is why I put "upgrade" in my ... installed locally to a web app, though, so while it would technically be an ... >>also care about the benefits of using Windows Server ... (microsoft.public.inetserver.iis) - Re: DLLs in /bin do not load
... Web1 is the default website and Web2 is a full website, ... I created the Web App in IIS ... Manager inside Web2. ... Because I had registered the web app in Web2, ... (microsoft.public.dotnet.framework.aspnet) |
|