I have a big problem and on search engines I have found hundreds of topics about “This error can be caused by a virtual directory not being configured as an application in IIS.“
How I understand ,this is not a new problem ,therefore I want to find out - is this is a possible to solve this problem in practice ? I'm owner of 4 years old site and 10 ago start a procees of hosting changes - from one Windows Server to another and nobody
of tehnical persons,which take part on this process , can't give me chance for successfull solution .Here is a screenshot of problem (
http://screencast.com/t/IBTMnJzlM ) and how I understand , Default page ,which is made as flash and google adsense works normaly ,but subpages shown as error ... All 130 subpages and Default page are II6 standarts
,new server hosted by this company
http://www.garmtech.lv/en/hosting/windows/
Can anybody help me? And , this ir really solved problem as simple changes on code or this is practically unsolved ?
For better understanding - I must to give this link to my new hosting provider and him will make this changes on server or I can make this changes as server administrator thrue control panel ?
Providers on holidays,therefore I will continue at Monday... And,then I will inform about results.
By all means ,this is really first practice information on web jungles about this problem solving.Till now I think,that problem is in code changes on web.config directory.
If your running it thro the temp asp.net webserver which starts when you run any application from the VS2008
or
Configure the web apps in your system IIS.
You might be getting this error because, the application need to configure in the local IIS instead of temp. asp.net web server. So move the application files into the Inetpub/wwwroot folder. And configure it as the web application before running.
uldis
0 Points
7 Posts
Did anyone have to solve “This error can be caused by a virtual directory not being configured as...
Dec 08, 2012 12:09 PM|LINK
Dear Friends,
I have a big problem and on search engines I have found hundreds of topics about “This error can be caused by a virtual directory not being configured as an application in IIS.“
How I understand ,this is not a new problem ,therefore I want to find out - is this is a possible to solve this problem in practice ? I'm owner of 4 years old site and 10 ago start a procees of hosting changes - from one Windows Server to another and nobody of tehnical persons,which take part on this process , can't give me chance for successfull solution .Here is a screenshot of problem ( http://screencast.com/t/IBTMnJzlM ) and how I understand , Default page ,which is made as flash and google adsense works normaly ,but subpages shown as error ... All 130 subpages and Default page are II6 standarts ,new server hosted by this company http://www.garmtech.lv/en/hosting/windows/
Can anybody help me? And , this ir really solved problem as simple changes on code or this is practically unsolved ?
oned_gk
All-Star
31511 Points
6431 Posts
Re: Did anyone have to solve “This error can be caused by a virtual directory not being configure...
Dec 08, 2012 12:18 PM|LINK
SImply configure the virtual directory as an application
oned_gk
All-Star
31511 Points
6431 Posts
Re: Did anyone have to solve “This error can be caused by a virtual directory not being configure...
Dec 08, 2012 12:24 PM|LINK
http://www.serverintellect.com/support/iis6/virtual-directory-app.aspx
IIS7 : try right click add aplication
uldis
0 Points
7 Posts
Re: Did anyone have to solve “This error can be caused by a virtual directory not being configure...
Dec 08, 2012 12:31 PM|LINK
Thank you!
For better understanding - I must to give this link to my new hosting provider and him will make this changes on server or I can make this changes as server administrator thrue control panel ?
oned_gk
All-Star
31511 Points
6431 Posts
Re: Did anyone have to solve “This error can be caused by a virtual directory not being configure...
Dec 08, 2012 12:41 PM|LINK
This is IIS confugartion, ask hosting provider to configure your virtual directory as an application in IIS.
And configure the application with appropriate net version for app_pool.
If you create net 4 application then ask to set app_pool to using net 4.
uldis
0 Points
7 Posts
Re: Did anyone have to solve “This error can be caused by a virtual directory not being configure...
Dec 08, 2012 12:47 PM|LINK
Thank you!
Providers on holidays,therefore I will continue at Monday... And,then I will inform about results.
By all means ,this is really first practice information on web jungles about this problem solving.Till now I think,that problem is in code changes on web.config directory.
Topspy
Contributor
3785 Points
806 Posts
Re: Did anyone have to solve “This error can be caused by a virtual directory not being configure...
Dec 10, 2012 02:40 AM|LINK
Normally, if you're with a hosting provider, you should have the option to set application from hosting control panel.
Asp.net Hosting | Windows Hosting | SQL Server Hosting
uldis
0 Points
7 Posts
Re: Did anyone have to solve “This error can be caused by a virtual directory not being configure...
Dec 10, 2012 09:17 AM|LINK
As administrator I can't find any IIS application on server ... Not IIS 6 ,not IIS 7 .Looks like server owner need install this before next steps.
Angie xu - M...
All-Star
18602 Points
1575 Posts
Microsoft
Re: Did anyone have to solve “This error can be caused by a virtual directory not being configure...
Dec 17, 2012 01:12 AM|LINK
Hi uldis
Please check the solution for this issue, and have a try whether helpful to fix this error,
http://support.microsoft.com/kb/917413
hope it helps you,
Kind regards
Feedback to us
Develop and promote your apps in Windows Store
RameshRajend...
Star
7983 Points
2099 Posts
Re: Did anyone have to solve “This error can be caused by a virtual directory not being configure...
Dec 17, 2012 01:42 AM|LINK
It depends how your are running the application.
If your running it thro the temp asp.net webserver which starts when you run any application from the VS2008
or
Configure the web apps in your system IIS.
You might be getting this error because, the application need to configure in the local IIS instead of temp. asp.net web server. So move the application files into the Inetpub/wwwroot folder. And configure it as the web application before running.
Ref.
http://forums.asp.net/t/1031775.aspx <<-- try this one first
http://umbraco.org/documentation/books/install-umbraco-4-on-windows-vista/configure-iis-website
http://www.shabdar.org/virtual-directory-not-being-configured-as-an-application-in-iis.html