Forum: ASP.NET May 9th, 2009 |
| Replies: 0 Views: 355 Hi,
I have created a web application that uses impersonation in the web config file to run as an administrator user under vista. I need this so the program can have access to a remote network... |
Forum: ASP.NET Apr 22nd, 2009 |
| Replies: 5 Views: 1,024 hi,
Thanks and I understand that but how do i fix the problem if I add:
<add key="networkDrive" value="C:\test"/>
Before the <appSettings/> I get an error Unrecognized configuration... |
Forum: ASP.NET Apr 22nd, 2009 |
| Replies: 5 Views: 1,024 Thats what i thought initally but if you look there is never <appSettings> for the first one otherwise I would have just added my key to that section! |
Forum: ASP.NET Apr 22nd, 2009 |
| Replies: 14 Views: 1,388 Hi,
I still get the error ch does not exist in the current context does it need to be decalred in the aspx.cs page?:
code now reads:
<asp:Label ID="lblEdit"... |
Forum: ASP.NET Apr 22nd, 2009 |
| Replies: 5 Views: 1,024 Hi,
I wish to add the following to my web.config file:
<appSettings>
<add key="networkDrive" value="C:\test"/>
</appSettings>
But everytime I add it i get the following error: |
Forum: ASP.NET Apr 22nd, 2009 |
| Replies: 14 Views: 1,388 hi,
I still get errors do I need something in the server side code?:
Compiler Error Message: CS0103: The name 'ch' does not exist in the current context
Source Error: |
Forum: ASP.NET Apr 21st, 2009 |
| Replies: 14 Views: 1,388 hi im very new to all this any chance you could post the code back with where it should be, i have tried putting it into grid view but still get errors! |
Forum: ASP.NET Apr 20th, 2009 |
| Replies: 14 Views: 1,388 hi,
Where would I put this code. I put it directly after the code I showed you before but it gave errors, do I need to add new controls to the website first? Errors are as follows:
... |
Forum: ASP.NET Apr 19th, 2009 |
| Replies: 14 Views: 1,388 hi,
That is exactly how i have done it so far. Have a sql query on my homepage which returns a list of the servers that the program is monitoring. I have selected the option make them selectable... |
Forum: ASP.NET Apr 19th, 2009 |
| Replies: 0 Views: 590 HI,
I am creating a website but when i right click on my login.aspx and click set as start page it seems to be ignored. I rebuild the website and click view in browser and it just takes me to
... |
Forum: ASP.NET Apr 19th, 2009 |
| Replies: 14 Views: 1,388 hi,
I mean like a windows server or unix server basically monitoring computers and I would like to have one template that could be used for every server, the data about each server is stored in a... |
Forum: ASP.NET Apr 19th, 2009 |
| Replies: 14 Views: 1,388 Hi,
Im creating a website that will be used to monitor servers, the user can add and remove servers and the servers list will be constantly chaning.
I need to create a generic page to display... |
Forum: ASP.NET Apr 19th, 2009 |
| Replies: 1 Views: 328 Hi,
I am creating a aspx site that will act as a monitoring program the user has the option of adding or removing servers. However when they do this a windows service needs to be restarted.... |
Forum: ASP.NET Apr 17th, 2009 |
| Replies: 2 Views: 464 hi
this is prob a very simple question. I have a website that that is acting as a monitoring program. On the homepage i need to display
Currently monitoring $$ servers
Where $$ is a select... |