Skip to main content

AddToAny

Share/Save

Asp.Net

System.Web.HttpException: Unable to make the session state request to the session state server.

Posted in

While running a website on localhost I got this error.

Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and server ports are the same.  If the server is on a remote machine, please ensure that it accepts remote requests by checking the value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection

301 Redirect in asp.net

I have just uploaded a new website www.tapasya.co.in. When I tried to access, it showing me a blank page. But when I tried using the complete path of the home page http://www.tapasya.co.in/Web%20Pages/Home.aspx , its working.

Error-GetTypeHashCode()': no suitable method found to override

Posted in

GetTypeHashCode()': no suitable method found to override

How to remove this error. Please help

Element "embed" is not Supported Error

Hi,

I embed a flash in my web page, but, it has an error said that

Validation: (XHTML 1.0 transitional) Element "embed" is not supported.

so what

I need to replace it? please help. The following is the code. Thanks.

<object width="600" height="400">
       <param name="movie" value="http://www.youtube.com/v/xHN8zGn28BA&hl=en_US&fs=1&color1=0x2b405b&color2=0x6b8ab6&border=1"/>
       <param name="allowFullScreen" value="true"/>
       <param name="allowscriptaccess" value="always"/>

Is Team System a Solution?

How to code, debug and test a asp.net website simultaneously on different computer systems

Unable to initiate DCOM Communication

Hi

I have two systems, both having Windows Server 2003. One of them is being used as a server.

Machine 1 Settings

> FTP server has been configured using windows authentication.

> I have moved my ASP.NET application to the ftp root and is now ready to be accessed on LAN. (Checked on LAN on Browser).

> Read Write permissions has been given to the directory containig my ASP.NET application.

 

Machine 2 Settings

> Opened my ASP.NET applicaton on remote system using ftp server path.

How to include a CSS File in Asp.Net page

Posted in

I want to use a css file to style my asp.net page.

Syndicate content