Hi,Can you pls check if you able to preview .axpx pages from IIS outside the TS ENV . Just try to create a virtual Dir in IIS contains some aspx pages. then preview those pages ... see it works for you ..Let me know if it works...ThanksVinay
Hi Vinay,I have created virtual directory and copeid all .aspx files but those .aspx files are not working and .asp and html files are working fine.Thanks and RegardsRajaRamesh
Hi RajaRamesh,aspx requires that your create applications for all your workareas separately.. Also, have you configured your IIS to render aspx pages?
see if it helps u
1. From your Run command, type inetmgr and press enter.2. Expand the appropriate nodes in the IIS to locate the "Webservice Extensions" Node3. Click on the same.4. You will find a list of "prohibited" extensions in the right.5. Click on ASP.NET and "allow" it
Thanks
Vinay
see if it helps u 1. From your Run command, type inetmgr and press enter.2. Expand the appropriate nodes in the IIS to locate the "Webservice Extensions" Node3. Click on the same.4. You will find a list of "prohibited" extensions in the right.5. Click on ASP.NET and "allow" it Thanks Vinay
Hi,Colud you please tell me what are configurations i have to do for .aspx pages in IIS.Thanks and RegardsRajaRamesh
Hi RajaRamesh,Is this resolved yet? DId you give the asp.net preview group has access to the files you are trying to preview? Did you creat applications for asp.net at the workarea levels?When you right click your workarea in IIS Manager, and view its properties, just click on the Create button in front of Application name
Hi,Now I am able to open aspx pages,but while doing preview i am getting access denied error.I have given access to that branch and workarea also eventhough i am getting same error.Error----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.UnauthorizedAccessException: Access to the path 'Y:\default\main\intranet\BIP\GroupTax\en\WORKAREA\WorkInProgress' is denied. ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via , the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user. To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.can you tell me any thing i missed here.Thanks and RegardsRajaRamesh
Hi,Could you please check the ASP.net version associated to the Application? I think it should 2.0 or above to run the ASPx files...Cheers!Reghu.