Updating Skins button -- Not Working properly
Page doesn't load
Thursday, February 3, 2005 by FilkoSE | Discussion: WinCustomize Site Issues
1, From my website: when I click on the "Update Skin" button, I'm getting "Submit Skin" page instead.
2, From WC: when I click on the "Update Skin" button, the page doasn't load at all, after a very long loading attempt
Any ideas? Thanks
Reply #2 Thursday, February 3, 2005 9:25 PM
Reply #3 Thursday, February 3, 2005 9:25 PM

Reply #4 Thursday, February 3, 2005 9:35 PM
Access is denied.
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 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
To grant ASP.NET write 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.
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:
[UnauthorizedAccessException: Access is denied.]
Wincustomize.MyAccount.ResizeImage(String _sPath, Int32 _iWidth, Int32 _iHeight, Int32 _iQuality) +60
Wincustomize.MyAccount.Upload_Click(Object Sender, EventArgs e) +4700
System.Web.UI.HtmlControls.HtmlInputButton.OnServerClick(EventArgs e) +108
System.Web.UI.HtmlControls.HtmlInputButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1330
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!







Reply #1 Thursday, February 3, 2005 9:12 PM