473,385 Members | 1,324 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

bin directory

I have a web applicattion containing a web photo gallery control. It worked
great on my local web server. Once we put it on the actual web server, at
first it didn't work. Then we put the bin directory containing this web
control outside the root folder, and it worked, but the thumbs aren't
visable, although the provider has issued the write-permission on the thumbs
folder. I think something should be wrong with the folder structure, but
can't imagine what it can be? Any idea please?

many thanks in advance
Nov 16 '05 #1
4 1891
Gita,

Are you sure that the ASPNET local user has permissions to write to that
folder? Also, it's a bad idea generally to write code to that directory.
If anything, you should have a specific directory that you use for writing
your thumbnails.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Gita" <gi**********@hotmail.com> wrote in message
news:uN*************@TK2MSFTNGP11.phx.gbl...
I have a web applicattion containing a web photo gallery control. It worked
great on my local web server. Once we put it on the actual web server, at
first it didn't work. Then we put the bin directory containing this web
control outside the root folder, and it worked, but the thumbs aren't
visable, although the provider has issued the write-permission on the
thumbs
folder. I think something should be wrong with the folder structure, but
can't imagine what it can be? Any idea please?

many thanks in advance

Nov 16 '05 #2
Hi,

This can be one of two things ( or both)
Make sure that you create a new application in IIS, if you just copied the
entire folder from your machine to the server probably you forgot that, go
to iis, right click on the folder name , properties and create the
application

also check if you have write permission in the folder, but I think that this
is not the issue cause you would get an exception in this case.

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Gita" <gi**********@hotmail.com> wrote in message
news:uN*************@TK2MSFTNGP11.phx.gbl...
I have a web applicattion containing a web photo gallery control. It worked great on my local web server. Once we put it on the actual web server, at
first it didn't work. Then we put the bin directory containing this web
control outside the root folder, and it worked, but the thumbs aren't
visable, although the provider has issued the write-permission on the thumbs folder. I think something should be wrong with the folder structure, but
can't imagine what it can be? Any idea please?

many thanks in advance

Nov 16 '05 #3
Actually, I have just copied the entire folder from my machine to the
server. I'm not an advanced user and don't know how to create the
application :-( Would you please kindly explain me more about this issue? I
will go to my iis and right click on the folder name/prorerties but don't
know how to create the application ...

many thanks, Gita
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us> wrote
in message news:%2***************@TK2MSFTNGP15.phx.gbl...
Hi,

This can be one of two things ( or both)
Make sure that you create a new application in IIS, if you just copied the entire folder from your machine to the server probably you forgot that, go
to iis, right click on the folder name , properties and create the
application

also check if you have write permission in the folder, but I think that this is not the issue cause you would get an exception in this case.

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Gita" <gi**********@hotmail.com> wrote in message
news:uN*************@TK2MSFTNGP11.phx.gbl...
I have a web applicattion containing a web photo gallery control. It

worked
great on my local web server. Once we put it on the actual web server, at first it didn't work. Then we put the bin directory containing this web
control outside the root folder, and it worked, but the thumbs aren't
visable, although the provider has issued the write-permission on the

thumbs
folder. I think something should be wrong with the folder structure, but
can't imagine what it can be? Any idea please?

many thanks in advance


Nov 16 '05 #4
hi,

Go to IIS , click on the default web server, you will see the directory
structure on the right, right click on the folder where you copied your
application and select Properties, in the lower part you will see a
"Application Settings section, just click on the "Create" button, you can
leave all with the defaults, except maybe the default page which you can
change by selecting the Document tab

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Gita" <gi**********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Actually, I have just copied the entire folder from my machine to the
server. I'm not an advanced user and don't know how to create the
application :-( Would you please kindly explain me more about this issue? I will go to my iis and right click on the folder name/prorerties but don't
know how to create the application ...

many thanks, Gita
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us> wrote in message news:%2***************@TK2MSFTNGP15.phx.gbl...
Hi,

This can be one of two things ( or both)
Make sure that you create a new application in IIS, if you just copied

the
entire folder from your machine to the server probably you forgot that, go
to iis, right click on the folder name , properties and create the
application

also check if you have write permission in the folder, but I think that

this
is not the issue cause you would get an exception in this case.

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Gita" <gi**********@hotmail.com> wrote in message
news:uN*************@TK2MSFTNGP11.phx.gbl...
I have a web applicattion containing a web photo gallery control. It

worked
great on my local web server. Once we put it on the actual web server,

at first it didn't work. Then we put the bin directory containing this web control outside the root folder, and it worked, but the thumbs aren't
visable, although the provider has issued the write-permission on the

thumbs
folder. I think something should be wrong with the folder structure, but can't imagine what it can be? Any idea please?

many thanks in advance



Nov 16 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Ed | last post by:
Hello All, I posted earlier about a problem I was having with editing or pasting/deleting files in the "Home Directory" of my web server. I just noticed that the "Home Directory" option in the...
2
by: Dave Johnston | last post by:
Hi, I'm currently trying to create a wrapper that uses C functions but behaves like ifstream (from fstream.h) - this is because the platform I'm using (WinCE) doesn't support streams and this is...
8
by: James Owens | last post by:
I'm a relative newbie, interested in storing the information from several server directories and subdirectories in XML so that I can present it selectively using XSL (all files updated today or...
4
by: Elmo Watson | last post by:
Is there a way, with the System.IO class, to do a recursive list of a directory structure? For instance, in DirectoryInfo, you have GetDirectories and GetFiles .... In Directory, you have...
5
by: Bas Hendriks | last post by:
Has anyone any idea how asp.net find it's files back after compiling them to the temporary asp.net directory? I found on numerous webpages that the directorynames are chosen random but cannot find...
6
by: dave | last post by:
I really have 2 questions regarding the following xml snippet. The xml is a directory representation. <?xml version="1.0" standalone="yes"?> <FileSystem> <Row> <ID>1</ID> <Name>Root</Name>...
8
by: theWizard1 | last post by:
Using Asp.NET 1.1, and C#. I have a directory for the website, and a directory under it named Secure. I have a web.config in each of the above directories. The web.config in the Secure...
28
by: Peter Oliphant | last post by:
I have written a program using MS VS VC++ 2005 Express, /cli pure. Upon compiling it it works fine in the GUI development environment. It also works fine as a Debug stand-alone. ut I had an odd...
65
by: Hongyu | last post by:
Dear all: I am trying to write to a file with full directory name and file name specified (./outdir/mytestout.txt where . is the current directory) in C programming language and under Unix, but...
6
by: falconsx23 | last post by:
I am trying to write a code for a Phone Directory program. This program is suppose to allow the user to enter a name or directory and then program can either add, save or even delete an entry. Also...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.