Search

You searched for the word(s): userid:713462

Matching Posts

  • Re: How to launch exe file from ASP server

    Hi haythaaam, Since you mention "CPanel", I think you are trying to install the web project on the hosting web server. If I have misunderstood your concern, please let me know. From your description, we can understand that you have uploaded the setup.exe to the hosting web server and the problem is you cannot execute that .exe file. In my opinion, this is an expected behavior. If you can upload an exe file and then execute it, other people such as hackers can upload and execte virus on
  • Re: Create a setup file using Setup Wizard but did not compile

    Hi aspfun, Based on my understanding, your concern is the web setup project installs the web project to the target machine with all source codes available. If I have misunderstood your concern, please let me know. To hide the source codes for deployment purpose, you may consider using Web Deployment Project. With the help of this add-in we can pre-compile web project easily for deployment, then the compiled assembly rather than code behind files will be copied to the target machine. For your reference
  • Re: need to know how to: change asp.net framework after Web App Install

    Hi pehuen, Based on my understanding, you want to set the ASP.NET version of the web application during installation. If I have misunderstood your concern, please let me know. To achieve this goal, you are right that we should add corresponding code in the CustomAction class. As you may know, the aspnet_regiis utility has the ability to change the ASP.NET version of the target web application. For example, the following command changes the ASP.NET version of “ WebApp1 ” web application to “ 2.0.50727
  • Re: Cannot get my ASP.Net website to work... please help!!!

    [quote user="cencalstud"] Error 1 Unexpected end of file looking for </head> tag. [/quote] [quote user="cencalstud"] Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. [/quote] Hi cencalstud, For the first issue that occurs on your local machine
  • Re: Regarding multiple web.config files in application

    [quote user="vudugumahesh"] I added multiple web.config files in my application and i didn't get any error. but iam unable to access another web.config file. [/quote] Hi vudugumahesh, We can have several web.config files in one web application, but they have to be placed to different folders. For example, consider the following structure. Web Project ---default.aspx --- web.config ---subfolder1 ------subpage1.aspx ------ web.config ---subfolder2 ------test.aspx ------ web.config As
  • Re: WPF application deployment issue (Asp.net 3.5)

    Hi anee111, As this is a WPF deployment issue, I recommend post the question to the WPF forum. Thanks. Windows Presentation Foundation (WPF) http://social.msdn.microsoft.com/Forums/en-US/wpf/threads/
  • Re: QueryString parameter sometimes disappears in NavigateURL property.

    Hi LouArnold, I agree with your opinion, viewstate and HTTP method are the cuases of this issue, actually you can confirm a request is GET or POST by checking the HttpRequest.HttpMethod property. Assume I test the web appliation by the following steps: 1. View the web page at the first time. 2. Click the HyperLink. 3. Click the Button. 4. Click the HyperLink. 5. Click the Button. Let’s see what happens in code behind when the viewstate of the HyperLink1 control is disabled. 1. GET request to http
    Posted to State Management (Forum) by Benson Yu - MSFT on 9/26/2008
  • Re: Configuration error - Rolemanager problem

    Hi MikeMackey, If it is your colleagure who are managing the web server, please let him check my posts in the following thread. However, if your web appliation are behing hosted on the host provider, you probably need to contact host provider support. Just for your reference, please check the sample that provided by GoDaddy help. Creating a Virtual Directory on Your Windows Hosting Account http://help.godaddy.com/topic/173/article/4141 This response contains a reference to a third party World Wide
  • Re: HTTP Error 500.19 - Internal Server Error

    [quote user="mychucky"] < sectionGroup name= "system.web.extensions" type= "System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.6.0.0 , Culture=neutral, PublicKeyToken=31BF3856AD364E35" > < sectionGroup name= "scripting" type= "System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" > < section name= "scriptResourceHandler"
  • Re: Exception of type System.OutOfMemoryException was thrown.

    [quote user="jayanpal"]Why the worker process(Aspnet_wp.exe) is not showing up in the sever's task manager (win 2003 server),[/quote] Hi jayanpal, The IIS version is 6.0 on Windows Server 2003, so ASP.NET worker process is w3wp.exe rather than aspnet_wp.exe. As “ArminStockner” has said, you probably need to check if you allocated any unmanaged resources but forgot to dispose them. In addition, if you save the reference of managed objects in session, those objects will not be collected
Page 1 of 249 (2487 items) 1 2 3 4 5 Next > ... Last »