Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:699108
More Search Options
RSS Available
Matching Posts
Re: deployment / setup for application that creates asp.net pages dynamically
HI, Imran. I believe you can use partial compilation to achieve this: Partial Compilation Another option is partial compilation which compiles only the CodeBeside classes but leaves the ASPX pages to be compiled at runtime on the server. The ASP.NET Compiler calls this an ‘Updateable’ site, but this is only partially correct. You still have to run the ASPNET_COMPILER but include the –u flag to make the site updateable aspnet_compiler.exe -f -fixednames -u -v "/CompilationAndDeployment"
Posted to
Configuration and Deployment
(Forum)
by
Rex Lin - MSFT
on 8/14/2007
Re: Createing Exe file for project in VS2005
HI, Qadeer Ahmad Minhas: The other completely new feature that comes with Web Deployment Projects is the ability to create pluggable configuration files. It is a common problem when deploying Web applications to find a way to manage the differences in your configuration files between development and deployment. For example, you may have a local test database to run your site, have another database used by a staging server, and yet another used by the live server. If you are storing your connection
Posted to
Configuration and Deployment
(Forum)
by
Rex Lin - MSFT
on 8/13/2007
Re: The ASP.Net site is running very slow on SSL through the load balancer
HI, smandros: You can try to set System.Net.ServicePointManager.CheckCertificateRevocationList = false and it will made a big difference.
Posted to
Configuration and Deployment
(Forum)
by
Rex Lin - MSFT
on 8/13/2007
Re: Memory configuration 2.0
HI, charvind: This default limit of 60% worked okay for boxes with small amounts of RAM. The 60% value was chosen to allow plenty of breathing room in the case where the limit was exceeded, since when that happens the new process is created before the old process has completely drained existing requests. Stress runs showed that memory limits higher than this resulted in too much memory paging during recycles. However, there was still a problem on boxes with large amounts of RAM. For example, a box
Posted to
Configuration and Deployment
(Forum)
by
Rex Lin - MSFT
on 8/13/2007
Re: configSource Section error
I think this is just as what the message suggests. The configuration file is also referenced in a parent Web.Config. We will have this error under the following situation: “J:\Inetpub\wwwroot\WebPrj\Web.Config” has the following: <RewriterConfig configSource="configuration\rewriter.config"/> And “J:\Inetpub\wwwroot\Web.Config” has the following: <RewriterConfig configSource="WebPrj\configuration\rewriter.config"/> That scenario does not make sense. We can simply remove
Posted to
Configuration and Deployment
(Forum)
by
Rex Lin - MSFT
on 8/13/2007
Re: After Set Viewstate then Got Error
HI, Dylan CSl: I am not sure about the scenario you are in. Would you please dump some codes here and give us a screen shot about the error messages?
Posted to
State Management
(Forum)
by
Rex Lin - MSFT
on 8/13/2007
Re: IIS Basic Authentication problems with Ajax application (server forgets you logged in)
HI, hectorvs: Here is a discussion about the same topic you are concerning. I believe it is the behavior by design wih the explanation of a MS person. So i just recommend you to use a form Authentication in your application instead. http://groups.google.com/group/microsoft.public.inetserver.iis.security/browse_thread/thread/1e2812f48a3f87e7/d8017f99ee4e6a04?lnk=st&q=IIS+Basic+Authentication+dialog+pop+up+many+times&rnum=1#d8017f99ee4e6a04
Posted to
State Management
(Forum)
by
Rex Lin - MSFT
on 8/13/2007
Re: Response.Redirect in VS2005 causes Session termination
HI, StanDav It is due to browser security settings, if you add the web address in trusted sites list it works fine, and session doesn't expire. The alternate way is to add the following code in response header before redirecting the page: Response.AddHeader("P3P", "CP=\"CAO PSA OUR\""); Response.Redirect("mypage.aspx", false);
Posted to
State Management
(Forum)
by
Rex Lin - MSFT
on 8/13/2007
Re: Label retaining value after running the page the second time
Hi, nithing: Try to remove 'static' word in the clarify statement of your 'sum' variable
Posted to
State Management
(Forum)
by
Rex Lin - MSFT
on 8/13/2007
Re: Datasets window display
Hi, jiamei: Which project are you in? When you stay in the report project, you can click the 'view menu' on the top of the window and you will find the dataset option in the last position of the pop up list.
Posted to
SQL Server Reporting Services
(Forum)
by
Rex Lin - MSFT
on 8/13/2007
Page 1 of 212 (2112 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online