TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sudhanshu Mandola
NA
6
941
Virtual Directory not seems to work on IIS website Asp.net
Feb 19 2020 11:59 PM
I have created Virtual Directory named as Downloadserver on my website IIS, My website IIS is set on 192.168.1.1 server while Virtual Directory I added having location \\192.168.2.2\Download , Now I am trying to upload file there using below code:
Dim filenamepath As String = System.IO.Path.Combine(Server.MapPath("~/DownloadServer/"), fuSheet.FileName)
fuSheet.PostedFile.SaveAs(filenamepath)
But its not uploading file on \\192.168.2.2\Download location, It seems to download that on same server where IIS is setup means 192.168.1.1, Is Virtual Directory worked that way?
Reply
Answers (
1
)
how to display one text box when we click on it
SqlDataAdapter for Inserting and Deleting records in DB