Hi,
When I open my site it opens properly but when I click on the other pages it is showing the following error
Server Error in '/' Application.
'/*.aspx*' is not a valid virtual path.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: '/*.aspx*' is not a valid virtual path.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[HttpException (0x80004005): '/*.aspx*' is not a valid virtual path.]
System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options) +3626815
System.Web.HttpServerUtility.MapPath(String path) +79
DotNetNuke.HttpModules.RewriterUtils.RewriteUrl(HttpContext context, String sendToUrl, String& sendToUrlLessQString, String& filePath) +308
DotNetNuke.HttpModules.RewriterUtils.RewriteUrl(HttpContext context, String sendToUrl) +45
DotNetNuke.HttpModules.UrlRewriteModule.RewriteUrl(HttpApplication app) +3002
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +1180
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433