I am doing a project for school in Visual Studio Ultimate. I just learned Visual Basic and am pretty new to all of this.
I have created a web form and I would like to use the StreamWriter to output a file. The file can be stored either on the local machine or on a server, whichever works better.
Is this possible? When I test it locally it gives a permissions error, I'm sure a deployed version would be even more complicated.
Thank you.
I would like to create a CSV file that contains data from variables on the form.
The CSV file will never be used again within the program, I will be importing it to a CRM system.
I have created a web form and I would like to use the StreamWriter to output a file. The file can be stored either on the local machine or on a server, whichever works better.
Is this possible? When I test it locally it gives a permissions error, I'm sure a deployed version would be even more complicated.
Thank you.
I would like to create a CSV file that contains data from variables on the form.
The CSV file will never be used again within the program, I will be importing it to a CRM system.