Hi, after generating a text file on server and showing the path on a
hyperlink component to user download the file, shows me the error below:
"There is no build provider registered for the extension '.rem'. You can
register one in the <compilation><buildProviders> section in machine.config
or web.config. Make sure is has a BuildProviderAppliesToAttribute attribute
which includes the value 'Web' or 'All'."
How can I enable the user downloading the file?
VS 2005 asp.net C# 2.0
Thanks!
bruce barker (sqlwork.com) - 29 Nov 2007 20:36 GMT
put the files under the app_data folder.
-- bruce (sqlwork.com)
> Hi, after generating a text file on server and showing the path on a
> hyperlink component to user download the file, shows me the error below:
[quoted text clipped - 9 lines]
>
> Thanks!
Paulo - 30 Nov 2007 10:13 GMT
Tried and:
"Error: Forbidden 403"
How can resolve the problem?
> put the files under the app_data folder.
>
[quoted text clipped - 15 lines]
>>
>> Thanks!