First  |  Prev |  Next  |  Last
Pages: 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
Debug That assembly does not allow partially trusted callers
I'm running an ASP.NET 2.0 web application in a Medium Trust environment, the application uses ODBC to connecto to MySQL and the hosting company has granted OdbcPermission, the solution includes a Visual Studio 2005 Web Deployment Project which is configured to add the AllowPartiallyTrustedCallers attribute to th... 7 Jul 2008 22:47
Writing into the Pickup directory
Hi, I created an ASP page for sending email messages. I'd like to write these messages directly into the C:\Inetpub\mailroot\Pickup directory. The problem is that when the IIS SMTP is active writing is not possible... How can I do? Thank you very much in advance Carmelo ... 11 Jul 2008 07:53
installing ventrilo
Hi. All I wanted to do was install ventrilo to do some training online. I have windows XP prof. I use Mozilla firefox as the default browser and I thought that might be why ventrilo could not connect to the server. Went to IE to figure out how to make it the default browser and when I go to TOOLS, INTERNET ... 3 Jul 2008 10:27
sys.webforms.pagerequestmanagerparsererrorexception error
Hello, any one faced the exception "sys.webforms.pagerequestmanagerparsererrorexception" while using Ajax page? Regards, Venkat ... 3 Jul 2008 08:23
Get session cookies from webrequest and pass then to new request
I am making a console app that requests pages from our site one after another. Each request starts a new session, What I want to do is make all requests in the same session. How can I do this. I was hoping to be able to get the session back from first request and then set them on each further request. An... 12 Jul 2008 21:45
Setting a Property on a User Control
Hi I have a table with 2 columns, one column is a Catalogpartzone and another a webpartzone: I have a UserControl which only contains a label, this label has a public property. private string _SmurfText; [Personalizable(PersonalizationScope.User)] public string SmurfText { get ... 3 Jul 2008 07:22
intellisense and javascript
Hi, I read that in VS 2008 I can have intellisense also on my .js file but it does not work! If in my .aspx file write: <script language="javascript" type="text/javascript" src="Util.js"></ script> <script language="javascript" type="text/javascript"> getMessage("ss"); </script> there when I try to write... 3 Jul 2008 14:34
date validation
I'm trying to develop a good validation for a date in C#; a valid date can be inserted in these formats: - dd/mm/yyyy - dd/mm/yyyy h24:m - mm/dd/yyyy - mm/dd/yyyy h12:m How can I proceed? Is "Datetime.TryParse()" a good choice? Thanks MAX ... 3 Jul 2008 12:31
Debugging and compiling large web projects
Hi, I have a little problem when I want to debug my web application. The application is not that big, but I have about 200k content files in 2 directory trees from the root. It takes ages for me to compile and it is not possible for me to debug the application from VS at all since I get an error telling som... 3 Jul 2008 07:22
embedded css+intellisense
Do visual studio 2005 have intellisense for CSS embedded in (the header of) ..aspx files? I only get i css-intellisense in .css-files. ... 3 Jul 2008 06:21
First  |  Prev |  Next  |  Last
Pages: 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149