my web application has an xml file here: /files/xml/test.xml I need to load a XDocument from within a class library project, how will I reference the xml?I don\'t want to pass any path parameters t
I\'开发者_开发知识库m trying to call an asp.net webservice from the same project it\'s in: [MethodImpl(MethodImplOptions.Synchronized)]
I imported system.web into my class lib project. Trying to find: system.web.httpserverutility.server.mappath
I\'m having difficulties getting XslCompiledTransform.Load method to take a server path.I googled around and found that I need to do something like:
I am working on a mailSender Class. I can\'t use the Server.MapPath method from the System.Web.UI Namespace. What reference should i set to make this work? I have referenced to the System / System.Web
Hai guys, I have two folders called CSVLoad and Forms... I have an aspx page inside forms folder which has a fileupload control. I save my uploaded file to my CSVLoad folder i gave the following p开发
I am working with two different web sites in asp.net. In the first project i upload some images to a specific folder under the project root and save just the filename in the database, now i am trying