web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Export to Excel using Local VHD over LAN (Local Area Network).

Sohaib Cheema Profile Picture Sohaib Cheema 47,907 User Group Leader

If you have a local VHD deployed on LAN and you want to perform ‘Export to Excel’ using any standard form, you may face error (as demonstrated).

It does not matter even if you have provided IP address of LAN in web.config and also you have setup azure emulator configuration to your local IP. The system will try to push files at 127.0.0.1

I came into this glitch few days ago and thanks to Lane Swenka who provided me great hint. ‘Azure storage account’

It is easy to setup a new azure storage account in any region you want.

 as1.png

 

Once you are done with that take the connection string and update your web.config() with updated connection string for key named as AzureStorage.StorageConnectionString.

 

as2.png

 

Here, next image shows, how it looks when you paste it in web.config for application.

as3.png

You will need to decrypt and encypt back again your Web.config. Once done with that, paste your configuration file back to webroot. That’s it, ‘Export to Excel’ will work perfectly over LAN as well as on local VHD.

as4.png

Please note that all my testing was with App version 7.3 PU12.

Comments

*This post is locked for comments