Dear Support,
I imported the sql server project into Visual studio and tried to deploy it on IIS but it giving me the following error:
HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
Most likely causes:
Things you can try:
Detailed Error Information:
Module
DirectoryListingModule
Notification
ExecuteRequestHandler
Handler
StaticFile
Error Code
0x00000000
Requested URL
http://localhost:55772/
Physical Path
C:\Users\jmhanna\Documents\inkript\FLEXMONSTER-PIVOT-26-SQL-CSV-JSON\Pivot Table for Databases\server\.net\FlexmonsterCompressor
Logon Method
Anonymous
Logon User
Anonymous
Request Tracing Directory
C:\Users\jmhanna\Documents\IISExpress\TraceLogFiles\FLEXMONSTERCOMPRESSOR
More Information:
This error occurs when a document is not specified in the URL, no default document is specified for the Web site or application, and directory listing is not enabled for the Web site or application. This setting may be disabled on purpose to secure the contents of the server.
View more information »
Please I need ur help!
Regards,
Joseph
Hello Joseph,
Thank you for writing.
That project does not have a starting page that is the reason why you see the 403 error. At the same time, it includes FlexmonsterController
as an example which connects to the "AdventureWorks2012"
catalog and compresses the data from "Production.Product"
table. You can write your own code there to test the compressor.
Here you can find more information about .net compressor: https://www.flexmonster.com/doc/connecting-to-relational-database-with-net/.
Also if you need to run the code of Get()
method of FlexmonsterController
, you can access the following URL: http://localhost:55772/api/Flexmonster/Get
.
Please let us know in case of any other question.
Regards,
Dmytro