server.mappath
loading an xml in web apps directory from a library dll
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[详细]
2023-01-01 23:37 分类:问答Calling WebService From Same Project
I\'开发者_开发知识库m trying to call an asp.net webservice from the same project it\'s in: [MethodImpl(MethodImplOptions.Synchronized)][详细]
2022-12-27 04:06 分类:问答Imported system.web, I don't see server.mapPath?
I imported system.web into my class lib project. Trying to find: system.web.httpserverutility.server.mappath[详细]
2022-12-23 14:12 分类:问答Getting XslCompiledTransform.Load to load a file in a SharePoint List
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:[详细]
2022-12-22 05:04 分类:问答System.Web.UI not giving me the MapPath
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[详细]
2022-12-20 00:33 分类:问答What is wrong with this file path?
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开发[详细]
2022-12-16 05:01 分类:问答ImageUrl trying to display an image outside of project root
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[详细]
2022-12-15 08:22 分类:问答