Hi ,I am trying to run an asp.net 2008 app in the server.I installed the 3.5 .Net framework on the server. I can open asp or html file located in the installed directory from a client machine. But when i try to open my application's aspx file i get error:
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. I think i may need to add the webservice extension under iis. I am not sure which dll i need to select, when i use the "Add new web service extension".
How do do i add/enable the appropriate Web service extension or MIME type for .net 3.5 version? The only option i can see is asp and asp.net v1.1.4322.
jayanpal
Member
67 Points
128 Posts
add/enable the appropriate Web service extension or MIME type for .net 3.5 version?
Oct 15, 2008 12:35 PM|LINK
Hi ,I am trying to run an asp.net 2008 app in the server.I installed the 3.5 .Net framework on the server. I can open asp or html file located in the installed directory from a client machine. But when i try to open my application's aspx file i get error: The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. I think i may need to add the webservice extension under iis. I am not sure which dll i need to select, when i use the "Add new web service extension". How do do i add/enable the appropriate Web service extension or MIME type for .net 3.5 version? The only option i can see is asp and asp.net v1.1.4322.
Thanks
jayanpal
Member
67 Points
128 Posts
Re: add/enable the appropriate Web service extension or MIME type for .net 3.5 version?
Oct 15, 2008 12:46 PM|LINK
Never mind. I figured out. I ran aspnet_regiis -i under v2.0 and it is working.
Thanks
Jay