Unfortunately I have no idea how to make sure that the ASPNET account has write permission. This is someone elses website I'm trying to access, it's not my website.
The error occurs when I try to open a page within the website.
The error message is copied again below.
I appreciate any help you can give me. :)
A generic error occurred in GDI+.
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.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
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.
If you have no control over the web server, I suggest you to contact the web master. If the application is a web site starter (i.e. a product), then there are probably some configuration steps that have been missed.
As a note, the page tries to save an image. I am guessing the path of the file, points to a folder with restricted permissions.
Regards,
Samuel
PS: If helpful, please mark this post as answered
--
Samuel Dupas
Planet Technologies EMEA -- http://www.go-planet.com
well i m hosting my webpages on a free site www.brinkster.com or on our office Xibersot server but both giving this error i set custom error mode off but geting same error please help me.
chog2500
Member
4 Points
2 Posts
Re: Server Error in '/' Application.
Jul 30, 2007 07:55 PM|LINK
Thanks Samuel
Unfortunately I have no idea how to make sure that the ASPNET account has write permission. This is someone elses website I'm trying to access, it's not my website.
The error occurs when I try to open a page within the website.
The error message is copied again below.
I appreciate any help you can give me. :)
A generic error occurred in GDI+.
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.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
Source Error:
Stack Trace:
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
sdupas
Member
487 Points
142 Posts
Re: Server Error in '/' Application.
Jul 31, 2007 06:52 AM|LINK
Hello,
If you have no control over the web server, I suggest you to contact the web master. If the application is a web site starter (i.e. a product), then there are probably some configuration steps that have been missed.
As a note, the page tries to save an image. I am guessing the path of the file, points to a folder with restricted permissions.
Regards,
Samuel
--
Samuel Dupas
Planet Technologies EMEA -- http://www.go-planet.com
sudipto10
Member
2 Points
1 Post
Re: Server Error in '/' Application.
Aug 11, 2007 09:40 AM|LINK
Please Send me your Solution Regargind this hosting solution
Bye
Sudipto
sdupas
Member
487 Points
142 Posts
Re: Server Error in '/' Application.
Aug 13, 2007 08:46 AM|LINK
Hello Sudipto,
If you would like more information on the hosted solution, you can visit this link : http://www.microsoft.com/technet/serviceproviders/default.mspx
Regards,
Samuel
--
Samuel Dupas
Planet Technologies EMEA -- http://www.go-planet.com
vikrantbaliy...
Member
12 Points
6 Posts
Re: Server Error in '/' Application.
Sep 07, 2007 08:27 AM|LINK
i have same problem of <CustomErrors mode="Off"/> in asp.net 2.0
could u send me the sample file or any fix email for this error.
suresh_g_v20...
Contributor
3566 Points
824 Posts
Re: Server Error in '/' Application.
Sep 10, 2007 01:38 PM|LINK
Hi,
By default the CustomErrors mode is "RmoteOnly" which is set in Machine.config.
So Please mention CustomErrors tag is your application configuration file and set the mode as
"Off" so that you can observe the actual error.
Regards
G Sureesh kumar
vikrantbaliy...
Member
12 Points
6 Posts
Re: Server Error in '/' Application.
Sep 11, 2007 09:20 AM|LINK
Hi Suresh,
thanks for suggestion but all these things are correct as u said and problem is continue.
Vikrant
vikrantbaliy...
Member
12 Points
6 Posts
Re: Server Error in '/' Application.
Sep 17, 2007 10:17 AM|LINK
Hi Dear,
firstly u make sure CustomErrors mode should be Off, after that u see the real errors.
if u already done this then query to Ur WebMaster to "currently supported version of .net Framework", it should match with ur.
Vikrant
kaleempk
Member
6 Points
5 Posts
Re: Server Error in '/' Application.
Sep 17, 2007 06:03 PM|LINK
suresh_g_v20...
Contributor
3566 Points
824 Posts
Re: Server Error in '/' Application.
Sep 18, 2007 03:57 AM|LINK
Hi Kaleem,
May be you have hard coded a file path you are accessing in you application.
It may be not matching in the server and resulting the mentioned error.
So please check if any hard coded path and use Application path instead.
Hope this helps you