Sign in | Join
Rate It (1)
Last post 05-02-2007 2:21 AM by chetan.sarode. 8 replies.
Sort Posts: Oldest to newest Newest to oldest
In server when i tried to setup application it shows 404 error.
My application developed in ASP>NET2.0
In that iis html renders properly.
ASPX not rendering.
In that server everything is installed. Thanks in advance....
Hi,
Register the ASP.NET to your IIS by the command shown below
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
HTHRegards
Is dynamic scripts enabled? Or the server is locked down?
Also, did you run aspnet_Regiis -i?
Hi ,
Thanks for ur reply.
I already run that.
Still iam not able to browse
regards
Yah its opening html pages.
But now my problem is fixed while running the command apnet_regiis -i included (-enable) argument.
I think core problem is aspnet is disabled in that server.
Thank you guys for your help.
vtrajan
vtrajan:Hi , Yah its opening html pages. But now my problem is fixed while running the command apnet_regiis -i included (-enable) argument. I think core problem is aspnet is disabled in that server. Thank you guys for your help. vtrajan
The problem as i told you in the first reply that .net 2.0 was not registered correctly to IIS or that you installed IIS after VS.
Regards
Try to run aspnet_regiis.exe -i
May be your IIS is not configured for asp.net