Error Message
IIS Worker process stopped , When your Deploy your ASP.Net 1.1 Version of application in II7 , we need to set the application pool for Framework 1.1 , if you install Framework 1.1 it will automatically create , once the application pool is created and you had assigned to the the asp.net 1.1 application grt, it should work fine.. rit , but it wont , what it will do means it will stop the work process ,,.. you might ask why the hell it stops my work process ? good Question
y beacause ..... u r using microsoft products u have not installed the service pack that the reason ,,
So u need to the install the service pack for .net framework 1.1 , with asp.net 1.1 security update for framework 1.1 once your had installed it will work fine ..
I am good Learner and Listener .This Page is to update my experience and the challenges faced on day to day bases . I will also write about some the very interesting opensource tools/components , which will definitely more informative and useful .
Showing posts with label IIS. Show all posts
Showing posts with label IIS. Show all posts
Saturday, January 02, 2010
Friday, February 13, 2009
Error: The Web Server Could Not Find the Requested Resource while debugging the web application you might receive this type of error after you update the web application tools
Reason :
If you have installed the URLScan Filter this error will come , basically URLScan is for IIS 7 if you install for IIS 6 it will create this problem .
Solution:
Un install the URLScan Tool , Because IIS 6 has all the resources of URLScan
Reason :
If you have installed the URLScan Filter this error will come , basically URLScan is for IIS 7 if you install for IIS 6 it will create this problem .
Solution:
Un install the URLScan Tool , Because IIS 6 has all the resources of URLScan
Wednesday, December 03, 2008
Development Environment :
Windows XP, IIS 6, VS 2005 , Framework 2.0 ASP.NET 2.0
Deployment Environment :
Windows Server 2008, IIS 7 , ASP.NET 2.0 and Framework 2.0
Error Message :
Request is not available in this context 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: Request is not available in this contextSource 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): Request is not available in this context]
System.Web.HttpContext.get_Request() +3465893
IIMSMain.Global.Application_Start(Object sender, EventArgs e) in C:\Prabakar\IIMS\Global.asax.cs:27
[HttpException (0x80004005): Request is not available in this context]
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +3385130
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +125
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +182
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +259
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +245
[HttpException (0x80004005): Request is not available in this context]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3465475
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +69
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +675
Version Information: Microsoft .NET Framework Version:2.0.50727.1434; ASP.NET Version:2.0.50727.1434
Windows XP, IIS 6, VS 2005 , Framework 2.0 ASP.NET 2.0
Deployment Environment :
Windows Server 2008, IIS 7 , ASP.NET 2.0 and Framework 2.0
Error Message :
Request is not available in this context 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: Request is not available in this contextSource 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): Request is not available in this context]
System.Web.HttpContext.get_Request() +3465893
IIMSMain.Global.Application_Start(Object sender, EventArgs e) in C:\Prabakar\IIMS\Global.asax.cs:27
[HttpException (0x80004005): Request is not available in this context]
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +3385130
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +125
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +182
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +259
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +245
[HttpException (0x80004005): Request is not available in this context]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3465475
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +69
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +675
Version Information: Microsoft .NET Framework Version:2.0.50727.1434; ASP.NET Version:2.0.50727.1434
Solution

Change in Global.asax file in the
protected void Application_Start(Object sender, EventArgs e)
{
ApplicationConfiguration.OnApplicationStart(HttpContext.Current.Server.MapPath(HttpContext.Current.Request.ApplicationPath));
Masters.SystemFramework.ApplicationConfiguration.OnApplicationStart(HttpContext.Current.Server.MapPath(HttpContext.Current.Request.ApplicationPath));
}
Then change the application pool to classic .net , this is how i solved my problem
Wednesday, October 08, 2008
Error:
Auto-attach to process '[4572] aspnet_wp.exe' on machine 'PRABAKAR' failed. Error code 0x8013134b.
OR
Error While Trying to Run Project : Unable to start debugging on the server.
Cause:
there are many reason for this error.the one possiable reason is when u r migrating form one version to another versionwe will get this type of error.
Solution :
select the project in the IIS and go to the properties and select the ASP.NET Tab and change the version,possiable to the previous version.
Auto-attach to process '[4572] aspnet_wp.exe' on machine 'PRABAKAR' failed. Error code 0x8013134b.
OR
Error While Trying to Run Project : Unable to start debugging on the server.
Cause:
there are many reason for this error.the one possiable reason is when u r migrating form one version to another versionwe will get this type of error.
Solution :
select the project in the IIS and go to the properties and select the ASP.NET Tab and change the version,possiable to the previous version.
Thursday, May 03, 2007
Using IIS 7 for visual studio 2003 in Microsoft Vista. We can have both VS2003 and VS2005 in the single system and for VS2005 the default Server is IIS 7 ,since the IIS 6 and IIS 7 can not run in single system the IIS 7 manager will disable the II6, So we can make the IIS 7 as comparable to VS2003 by enabling the Compatibility option in the control panel
Click the Turn Windows features on or off then in the popup window check the IIS 6 Management compatibility 
Now run your VS2003 web application in admin mode ,this process will enable the VS2003 to use IIS 7
Wednesday, March 14, 2007
MIME Extension for IIS 4.0 and 5.0
| Extension | Type/sub-type | IIS 4.0 | IIS 5.0 |
| * | application/octet-stream | Yes | Yes |
| 323 | text/h323 | No | Yes |
| acx | application/internet-property-stream | No | Yes |
| ai | application/postscript | Yes | Yes |
| aif | audio/x-aiff | Yes | Yes |
| aifc | audio/x-aiff | Yes | Yes |
| aiff | audio/x-aiff | Yes | Yes |
| asf | video/x-ms-asf | No | Yes |
| asr | video/x-ms-asf | No | Yes |
| asx | video/x-ms-asf | No | Yes |
| au | audio/basic | Yes | Yes |
| avi | video/x-msvideo | Yes | Yes |
| axs | application/olescript | No | Yes |
| bas | text/plain | Yes | Yes |
| bcpio | application/x-bcpio | Yes | Yes |
| bin | application/octet-stream | Yes | Yes |
| bmp | image/bmp | Yes | Yes |
| c | text/plain | Yes | Yes |
| cat | application/vnd.ms-pkiseccat | No | Yes |
| cdf | application/x-cdf | No | Yes |
| cer | application/x-x509-ca-cert | No | Yes |
| class | application/octet-stream | Yes | Yes |
| clp | application/x-msclip | Yes | Yes |
| cmx | image/x-cmx | Yes | Yes |
| cod | image/cis-cod | Yes | Yes |
| cpio | application/x-cpio | Yes | Yes |
| crd | application/x-mscardfile | Yes | Yes |
| crl | application/pkix-crl | No | Yes |
| crt | application/x-x509-ca-cert | No | Yes |
| csh | application/x-csh | Yes | Yes |
| css | text/css | No | Yes |
| dcr | application/x-director | Yes | Yes |
| der | application/x-x509-ca-cert | No | Yes |
| dir | application/x-director | Yes | Yes |
| dll | application/x-msdownload | No | Yes |
| dms | application/octet-stream | Yes | Yes |
| doc | application/msword | Yes | Yes |
| dot | application/msword | Yes | Yes |
| dvi | application/x-dvi | Yes | Yes |
| dxr | application/x-director | Yes | Yes |
| eps | application/postscript | Yes | Yes |
| etx | text/x-setext | Yes | Yes |
| evy | application/envoy | Yes | Yes |
| exe | application/octet-stream | Yes | Yes |
| fif | application/fractals | No | Yes |
| flr | x-world/x-vrml | Yes | Yes |
| gif | image/gif | Yes | Yes |
| gtar | application/x-gtar | Yes | Yes |
| gz | application/x-gzip | No | Yes |
| h | text/plain | Yes | Yes |
| hdf | application/x-hdf | Yes | Yes |
| hlp | application/winhlp | Yes | Yes |
| hqx | application/mac-binhex40 | Yes | Yes |
| hta | application/hta | No | Yes |
| htc | text/x-component | No | Yes |
| htm | text/html | Yes | Yes |
| html | text/html | Yes | Yes |
| htt | text/webviewhtml | No | Yes |
| ico | image/x-icon | No | Yes |
| ief | image/ief | Yes | Yes |
| iii | application/x-iphone | No | Yes |
| ins | application/x-internet-signup | No | Yes |
| isp | application/x-internet-signup | No | Yes |
| jfif | image/pipeg | No | Yes |
| jpe | image/jpeg | Yes | Yes |
| jpeg | image/jpeg | Yes | Yes |
| jpg | image/jpeg | Yes | Yes |
| js | application/x-javascript | Yes | Yes |
| latex | application/x-latex | Yes | Yes |
| lha | application/octet-stream | Yes | Yes |
| lsf | video/x-la-asf | No | Yes |
| lsx | video/x-la-asf | No | Yes |
| lzh | application/octet-stream | Yes | Yes |
| m13 | application/x-msmediaview | Yes | Yes |
| m14 | application/x-msmediaview | Yes | Yes |
| m3u | audio/x-mpegurl | No | Yes |
| man | application/x-troff-man | Yes | Yes |
| mdb | application/x-msaccess | Yes | Yes |
| me | application/x-troff-me | Yes | Yes |
| mht | message/rfc822 | No | Yes |
| mhtml | message/rfc822 | No | Yes |
| mid | audio/mid | No | Yes |
| mny | application/x-msmoney | Yes | Yes |
| mov | video/quicktime | Yes | Yes |
| movie | video/x-sgi-movie | Yes | Yes |
| mp2 | video/mpeg | Yes | Yes |
| mp3 | audio/mpeg | No | Yes |
| mpa | video/mpeg | Yes | Yes |
| mpe | video/mpeg | Yes | Yes |
| mpeg | video/mpeg | Yes | Yes |
| mpg | video/mpeg | Yes | Yes |
| mpp | application/vnd.ms-project | Yes | Yes |
| mpv2 | video/mpeg | Yes | Yes |
| ms | application/x-troff-ms | Yes | Yes |
| mvb | application/x-msmediaview | Yes | Yes |
| nws | message/rfc822 | No | Yes |
| oda | application/oda | Yes | Yes |
| p10 | application/pkcs10 | No | Yes |
| p12 | application/x-pkcs12 | No | Yes |
| p7b | application/x-pkcs7-certificates | No | Yes |
| p7c | application/x-pkcs7-mime | No | Yes |
| p7m | application/x-pkcs7-mime | No | Yes |
| p7r | application/x-pkcs7-certreqresp | No | Yes |
| p7s | application/x-pkcs7-signature | No | Yes |
| pbm | image/x-portable-bitmap | Yes | Yes |
| pdf | application/pdf | Yes | Yes |
| pfx | application/x-pkcs12 | No | Yes |
| pgm | image/x-portable-graymap | Yes | Yes |
| pko | application/ynd.ms-pkipko | No | Yes |
| pma | application/x-perfmon | Yes | Yes |
| pmc | application/x-perfmon | Yes | Yes |
| pml | application/x-perfmon | Yes | Yes |
| pmr | application/x-perfmon | Yes | Yes |
| pmw | application/x-perfmon | Yes | Yes |
| pnm | image/x-portable-anymap | Yes | Yes |
| pot, | application/vnd.ms-powerpoint | Yes | Yes |
| ppm | image/x-portable-pixmap | Yes | Yes |
| pps | application/vnd.ms-powerpoint | Yes | Yes |
| ppt | application/vnd.ms-powerpoint | Yes | Yes |
| prf | application/pics-rules | No | Yes |
| ps | application/postscript | Yes | Yes |
| pub | application/x-mspublisher | Yes | Yes |
| qt | video/quicktime | Yes | Yes |
| ra | audio/x-pn-realaudio | Yes | Yes |
| ram | audio/x-pn-realaudio | Yes | Yes |
| ras | image/x-cmu-raster | Yes | Yes |
| rgb | image/x-rgb | Yes | Yes |
| rmi | audio/mid | No | Yes |
| roff | application/x-troff | Yes | Yes |
| rtf | application/rtf | Yes | Yes |
| rtx | text/richtext | Yes | Yes |
| scd | application/x-msschedule | Yes | Yes |
| sct | text/scriptlet | No | Yes |
| setpay | application/set-payment-initiation | No | Yes |
| setreg | application/set-registration-initiation | No | Yes |
| sh | application/x-sh | Yes | Yes |
| shar | application/x-shar | Yes | Yes |
| sit | application/x-stuffit | No | Yes |
| snd | audio/basic | Yes | Yes |
| spc | application/x-pkcs7-certificates | No | Yes |
| spl | application/futuresplash | No | Yes |
| src | application/x-wais-source | Yes | Yes |
| sst | application/vnd.ms-pkicertstore | No | Yes |
| stl | application/vnd.ms-pkistl | No | Yes |
| stm | text/html | Yes | Yes |
| sv4cpio | application/x-sv4cpio | Yes | Yes |
| sv4crc | application/x-sv4crc | Yes | Yes |
| t | application/x-troff | Yes | Yes |
| tar | application/x-tar | Yes | Yes |
| tcl | application/x-tcl | Yes | Yes |
| tex | application/x-tex | Yes | Yes |
| texi | application/x-texinfo | Yes | Yes |
| texinfo | application/x-texinfo | Yes | Yes |
| tgz | application/x-compressed | No | Yes |
| tif | image/tiff | Yes | Yes |
| tiff | image/tiff | Yes | Yes |
| tr | application/x-troff | Yes | Yes |
| trm | application/x-msterminal | Yes | Yes |
| tsv | text/tab-separated-values | Yes | Yes |
| txt | text/plain | Yes | Yes |
| uls | text/iuls | No | Yes |
| ustar | application/x-ustar | Yes | Yes |
| vcf | text/x-vcard | No | Yes |
| vrml | x-world/x-vrml | Yes | Yes |
| wav | audio/x-wav | Yes | Yes |
| wcm | application/vnd.ms-works | Yes | Yes |
| wdb | application/vnd.ms-works | Yes | Yes |
| wks | application/vnd.ms-works | Yes | Yes |
| wmf | application/x-msmetafile | Yes | Yes |
| wps | application/vnd.ms-works | Yes | Yes |
| wri | application/x-mswrite | Yes | Yes |
| wrl | x-world/x-vrml | Yes | Yes |
| wrz | x-world/x-vrml | Yes | Yes |
| xaf | x-world/x-vrml | Yes | Yes |
| xbm | image/x-xbitmap | Yes | Yes |
| xla | application/vnd.ms-excel | Yes | Yes |
| xlc | application/vnd.ms-excel | Yes | Yes |
| xlm | application/vnd.ms-excel | Yes | Yes |
| xls | application/vnd.ms-excel | Yes | Yes |
| xlt | application/vnd.ms-excel | Yes | Yes |
| xlw | application/vnd.ms-excel | Yes | Yes |
| xof | x-world/x-vrml | Yes | Yes |
| xpm | image/x-xpixmap | Yes | Yes |
| xwd | image/x-xwindowdump | Yes | Yes |
| z | application/x-compress | No | Yes |
| zip | application/zip | Yes | Yes |
Samiyappan Prabakar ,Mobile : +971 50 9042741
8:00? 8:25? 8:40? Find a flick in no time
with theYahoo! Search movie showtime shortcut.
Subscribe to:
Comments (Atom)
