-
For example, there is a sentence public static Dictionary<string, string> cache = new Dictionary<string, string>(); I add some string into this static dictory, the count of cache is greater then zero, But after twenty~thirty minutes, the count of cache is zero, there is nothing in it. Is...
-
Hi, I don't have a lot of experience with the .net framework, but I know basics. I'm trying to get a set of sample pages up and running on my machine, however none of the .net pages work . I have no problem serving non .net pages with iis, but can't figure out why my .net won't work ...
Posted to
Getting Started
(Forum)
by
aspextrme
on
09-08-2006, 12:00 AM
Filed under: .Net 2.0, vb.net, asp.net, asp.net 2.0, IIS, i wait ur replay if u face some problem...caz i try it and its work...byee
-
OK, so I have both installed - including the optional .NET and ASP parts for IIS. But I have a problem. - I go to "New Web Site" - Location (Browse) - Local IIS All I get is a message saying: "You must be a member of the Administrators group on the local computer to access the IIS metabase...
-
Mikhail, On a slightly tangent topic, do you know of anyone who has tried to hack Cassini to be able to dish out classic ASP pages and/or debug? I ask this because as a policy, we are not allowed to install IIS locally at the place I am contracting at. Additionally, we are only allowed to use their approved...
-
Has anyone tried to hack Cassini to be able to dish out classic ASP pages and/or debug? I ask this because as a policy, we are not allowed to install IIS locally at the place I am contracting at, however Cassini has slipped through Info Security's radar. Additionally, we are only allowed to use their...
-
Want to learn the great MS example of Duwamsh7 ? Hope to set up the 5 layers enterprise project by yourself? Feel Dizzy while studying so many codes of Duwamish7? Our video will help you overcome such kinds of problems. Experienced teacher will help you analysis the great project and re-write the code...
Posted to
Announcements
(Forum)
by
leonjhon
on
09-30-2006, 12:00 AM
Filed under: web form, asp.net, Caching, database design, IIS, dll deployment, video, error mesages guidelines, ViewState, customvalidator cross page postback, "asp.net 1.1", SQL Server 2000
-
Hello, I
am putting together an ASP website and would like to run it using a
limited account. Currently, the main thing this page is doing is
querying the local server (where the site is on) and verifying that a service is running.
However, the only way I can find to successfully run the script is by...
-
Where should I put message files ? i.e. files containing strings for warning and error messages. Obviously they'll be require on IIS somewhere. How should I reference them, using the url http://localhost... or using C:/ notation My message file is xml and I'm using System.Xml.XmlReader xmlread...
Posted to
Getting Started
(Forum)
by
learnerplates
on
10-12-2006, 12:00 AM
Filed under: asp.net, asp.net 2.0, IIS, asp.net 2.0 exe reference dll, error handling, file location, message file
-
I looked at http://support.microsoft.com/default.aspx?scid=kb;en-us;329291 and then used regedit to change the permissions on the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog key to allow the account that asp.net is running in (eg. ASP.NET or Network service) full access to the key....
-
I have created a website based on ATLAS july CTP and it worked well Now I have changed to AJAX v1. Beta and after doing all mofications following the Migration Guide I am noticing, that my website is flickering like sending complete postbacks. I can see this behaviour, running the website on Windows...