iis 7 - IIS5 or IIS6 Web Application running under IIS7? -


I have a web application that is running fine under IIS 5 or IIS 6. I have just installed Vista, which has IIS 7. I just copied the entire web app, there was no change in any file. I went to the IIS7 manager and created a web epical under the default web site and told it to the app I copied.

When I try to browse the app in IE, I can tell that there is nothing there to handle it and that directory browsing has not been turned on. This is a .NET app, so it uses Default.aspx. I looked in the manager, and there was no operation of the default .aspx setup, is it not by default for IIS7?

Therefore, I have added Default.aspx, and now the error "HTTP Error 404.3 - could not be found. The page you are requesting can not be caused by the extension configuration if the page is a script If a file should be downloaded, add a MIME map. "

I thought it was probably because IIS7 has a default integrated mode, so I have a new classic mode AppPool for And changed my app to use it. I still get the same error.

I was under the impression that I can transfer the net application to IIS7 without any change. Is not that the truth?

0) Check if you have ASPN Extensions installed under Programs and Features - Features of Windows - WWW Services - Application Development FEATURES - Net Extensibility / ASP.NET

1) Microsoft. Net framework

2) Try to copy the entire IPO into your IIS root folder (usually wwwroot), the common error is that iuser / iwam does not have the right to read other folders.

3) Check under "Handler Settings" if you have to. Espacks are associated with any espium module.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -