This is very Common Error face by Web Developer,This is because Website Does not Use Application Pool,You can Solve by
Archive for the ‘ASP.NET’ Category
How to Solve ‘Service Unavailable Error’
January 24th, 2012
admin That is Very common Error face by website Owner specially whose Website hosted in Windows Service,thats becuse exceeding the Number of hits by users and Webserver allow low number of Hits,this Problem can Be Solve,to solve Service Unavailable Check the System Event Log,Check W3SVC Source, These Type of Errors face by users Browsing that website,%systemroot%\system32\inetsrv, Read More
Power Full ASP.Net Configuration Tools
December 20th, 2011
admin This video will explore about Most reliable PowerFull Tools of .net,Whats new in ASP.Net Tools,Tips and Tricks about ASP.NET,learn about web Development .net ,Watch Youtube Videos on ASP.Net
Simple Wayds to Connect Database to ASP.Net
December 20th, 2011
admin Watch Video how to connect Dbs,Database Issue with ASP.NET,Learn about ASP.Net,Begginers Guide for ASP.Net Learners,Tips and Tricks about ASP,database Connectivity,SQL Tutorials,Programming skills,website development lectures online
Watch Video Tutorials on .Net Assemblies
December 20th, 2011
admin Learn About .net Assemblies,Begginers Guide for .Net Assemblies,Tips and Tricks of .Net Assemblies Video,Online Coaching,Dynamic Link Library
ASP.Net Tutorials
May 19th, 2011
admin Asp.net is a new generation Tool for developing website,basically asp.net is part of Mircosoft .net Frame work Technologies and asp.net is a power full Tool for generating and developing dynamic and Interactive website,this is server side scripting tool which is very handy tool for developers,another important thing is that asp.net is not updated version of ASP,before proceed further on asp.net you [...]
ASP.net Web Hosting Basics
April 29th, 2011
admin Asp Web hosting often used by that companies which want dynamic data driven to your website , you may use ASP (Active Server Page) embed in your website Asp coding features is that once a user view a web page contain asp coding can change according to Need of user and asp pages allow user to link web page [...]
what is ASP AdRotator Component
April 11th, 2011
admin The ASP AdRotator component creates an AdRotator object that displays a different image each time a user enters or refreshes a page. A text file includes information about the images. Syntax <% set adrotator=server.createobject(“MSWC.AdRotator”) adrotator.GetAdvertisement(“textfile.txt”) %> source w3schools.com ASP AdRotator Example Assume that we have the following text file, named “ads.txt”: REDIRECT banners.asp * w3s.gif http://www.w3schools.com Free [...]
what is ASP Text Stream
April 11th, 2011
admin The TextStream object is used to access the contents of text files. The following code creates a text file (c:\test.txt) and then writes some text to the file (the variable f is an instance of the TextStream object): <% dim fs,f set fs=Server.CreateObject(“Scripting.FileSystemObject”) set f=fs.CreateTextFile(“c:\test.txt”,true) f.WriteLine(“Hello World!”) f.Close set f=nothing set fs=nothing %> webhostingmatters.com/disclaimer


Posted in
Tags: