We store backup archives in subfolders of a folder on one of the server's external USB drive. I would like to have an ASP.NET app read the contents of this folder so the manager can view the backup files to confirm backups are working and optionally delete these backup files when an old drive is reconnected so it can be used for the next weeks backups.
This backup folder is oubviously outside the server's webroot. Is there some way I can grant authority so the ASP.Net app can access this folder for this purpose? I would be using VS Web Express, so can't create any signed packages and such.
I have an ASP.NET website and I want to find the /bin/[Configuration] folder to use an external tool (an exe file). When I use reflection to get calling assemblies location it returns something similar to:
C:WindowsMicrosoft.NETFramework\...Temporary ASP.NET Filesa1388a5e\...my.dll
Since each dll has its own directory under the temp ASP.NET Files this fails for me. How can I get the location of the compiled binary folder where the dll's and the .exe is (i.e. bin/) instead of asp.net's temporary cache?
I have a few websites that should access a central location (folder) on a different domain that stores pics. In previous version of this system I stored each pics folder under the same domain and I could access the files with FileInfo
Dim fi As FileInfo = New FileInfo(MapPath(img.ImageUrl)) How can I ger the file info for a file in a different domain ?
what is doffrence between http://domain.com & http://www.domain.com where domain is the same name in both of this.e.g. http://mycompany.com & http://www.mycompany.comi
I have developed web application using asp.net 3.5 ,c# 3.0 and visual studio 2008,sql server 2005. i have created .msi file to deploy application on server.. now for testing purpose running in lan for that i want give url name eg.now i'm accessing from LAN like this
IT created domain accounts for my code to be able to access the database using integrated authentication. Where do I configure this? Currently it shows as if it is me attempting to access the db.
i am developing a website that sends emails out to customers. on my pc it works fine i depoyed to the production server and find out that does not send emails outside the domain.
i have 2 boxes one is windows server 2003 that hosting te website and the other is exchange 2003
At my pc, i developed one asp.net application that can be used by my other family members too. Lets say application name is XYZApplication. I have put this appl in virtual directory with same name. So now it can be accessed by the link [URL]. Is it possible by any way to make it accessible by link
I have one web application that manages 20-30 websites (one asp.net engine loading different templates based on httphost)Im redirecting non-www requests to its www equivalent in my web.config using UrlRewrite.
What is the difference between IIS Worker process, Application pool and application domain? Do we have more than one application domains in one application pool?Does one application domain means one virtual directory? If we have 2 virtual directories pointing to same physical folder. Will they share the same memory or different when there instances are opened in the browser? Will they be in 2 different application domains?
We are having a project which is for various online application systems for an educational institute. (Asp.Net 2.0 Web Site)
initially we developed all applications in single project with proper folder structure. but now we want to make each application as separate product.
all applications share single authentication(Obviusly this is single project) want to keep that way only.
I want to split project in smaller projects but want to keep shared authentication so how should i orgnise this project in IDE.
Also i need guidence on hosting such project
i should make small projects within single solution file. and at the time of publish amke single virtual directory to host the root project(login.aspx etc) and in subdirectories i should host other projects. so this way SSO(single sign on) across applications is possible ..
actually I have deployed the website .and some user is able to acess the same site from one location but some user is not able to acess the same site from other location .there is time out problem users get access and after some time there is time out ,but it is working fine in other locationsall the system configuration setting is the same .
I have read several articles to send emails in Asp.net C# major are by using Gmail, I want to send email from a email id from mydomain name.The code that I am using is:
The code works properly would like to know whether the code is correct as I have have tested it by sending mails to gmail and rediffmail, it works properly, would also like to know the reason for using client.Port = 25;
MailMessage Msg = new MailMessage(); Msg.From = new MailAddress("sales@mydomain.com", "Testing"); Msg.To.Add(TxtEmail.Text); Msg.Subject = "Send Mail with HTML File"; Msg.Body = "Checking";
I need to create asp.net website. Its ok. How to host a website with domain name which can be accessed in net by every one. I need a domain name which is free of cost and easily created from my computer.