-
Posted to
ASP.NET Administration
by
jayeshkt
on
08-22-2008, 7:53 AM
really would like to know how you are accessing connection string?are you sing ConfigurationManager.AppSettings["connectioname"]?
If you have placed connection string in ConnectionString sectioninweb.config then you have to access using ...
-
Posted to
ASP.NET Administration
by
jayeshkt
on
08-22-2008, 6:43 AM
I have an aspnet page where it loads Excel com object and does some processing.I am doing all the clean up in try-catch-fially block.Some times the Excel object might hang due to large data.theni will close the browswer window.But the Excel object will still be there.
How can I write the clean up code on terminating the aspnet woker ...
-
Posted to
IIS7 - General
by
jayeshkt
on
08-13-2008, 2:17 AM
Is there any better bet IIS 7.0 can offer over apache?
-
Posted to
IIS7 - Security
by
jayeshkt
on
08-12-2008, 6:11 AM
You could experiment with windows ACL permissions for the page.Also give authentication mode=windows,identity=true in web.cofig.Give no read,execute permisson to ASPNET user in winddows file permission.When the page is loaded it should brin gup logon windows logon dilaogue since aspnet has no permission.
-
Posted to
IIS7 - Extensibility
by
jayeshkt
on
08-12-2008, 5:21 AM
Is it possible to write ISAPI extensions in .net?What does IIS 7.0 has to offer in programmability in .net platform?
-
Posted to
Security
by
jayeshkt
on
08-11-2008, 10:14 AM
Thanx for your reply.here the problem is not coding issue since i am able to make it work when i configure application pool to run with "administrator".From my exp with the application i can come to know from task manager that whether its working or failing.I have monitored task manager CPU usage an dmemory usage when it is ...
-
Posted to
Security
by
jayeshkt
on
08-11-2008, 9:26 AM
Obviously I have seen that post.But that is not the answer I am expecting or solution for my problem.It is not some thing impossible or people have not tried in past.The requirement is very legitimate in todays typical business environement and turning it off by saying it is impractical or not supported is disappointing.I understand office is not ...
-
Posted to
Security
by
jayeshkt
on
08-11-2008, 8:40 AM
I have a web application in which I load and generate report in Excel spredsheet.The report is created by running macro and finally it is saved as HTML format.But the problem is it needs the application pool to run as "administrator".This for some reason cannot be done in my environment.So i tried creating another account with "act ...