cant get IIS to
am 16.09.2007 21:25:23 von koldskaal
I have an asp.net 2.0 web application project, which used to run fine
under the developement server in Visual Studio.
Does anybody know how to get the application to run under IIS?
The ISS is configured so it points at the right directory (I tested by
entering the url localhost/images/banner.jpg in a browser, which
showed a picture from that folder). If I enter the start.aspx I get
this error message:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make
sure that it is spelled correctly.
Requested URL: /start.aspx
I have chosen the right version of the .net framework in the IIS
I even get this message if I rightclick the file in IIS and
choose"explore" (Just to assure that I dont misspell the URL)
please help
Bjarke
Re: cant get IIS to
am 23.09.2007 22:13:44 von Steve Schofield
Sounds like your script mappings are not configured for .NET. look at the
script mappings to see what ISAPI are configured. If you do not see aspx,
asmx. Look at running aspnet_regiis -i on your website hosting this
application.
--
Best regards,
Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield
"Bjarke" wrote in message
news:1189970723.373368.129350@o80g2000hse.googlegroups.com.. .
>I have an asp.net 2.0 web application project, which used to run fine
> under the developement server in Visual Studio.
> Does anybody know how to get the application to run under IIS?
> The ISS is configured so it points at the right directory (I tested by
> entering the url localhost/images/banner.jpg in a browser, which
> showed a picture from that folder). If I enter the start.aspx I get
> this error message:
>
>
> Server Error in '/' Application.
> The resource cannot be found.
>
>
> Description: HTTP 404. The resource you are looking for (or one of its
> dependencies) could have been removed, had its name changed, or is
> temporarily unavailable. Please review the following URL and make
> sure that it is spelled correctly.
>
> Requested URL: /start.aspx
>
>
>
> I have chosen the right version of the .net framework in the IIS
> I even get this message if I rightclick the file in IIS and
> choose"explore" (Just to assure that I dont misspell the URL)
>
> please help
>
> Bjarke
>